miniapp / com.rakuten.tech.mobile.miniapp.permission / AccessTokenScope

AccessTokenScope

data class AccessTokenScope

Contains the components which need to be validated when access token is granted.

Constructors

<init> AccessTokenScope()
Contains the components which need to be validated when access token is granted.AccessTokenScope(audience: String, scopes: List<String>)

Properties

audience The service of access token.val audience: String
scopes List of areas that token can access.val scopes: List<String>