loginWithNewScopes

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