login With New Scopes
fun loginWithNewScopes(context: Context, scopes: List<String>, nonce: String? = null): Single<OAuthToken>
동의항목 추가 동의 요청
Request additional consent
Parameters
context
Android Context
scopes
동의 항목 ID 목록
List of the scope IDs
nonce
ID 토큰 재생 공격 방지를 위한 검증 값, 임의의 문자열
A random string to prevent replay attacks