We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
let
1 parent f6460eb commit f25b7f2Copy full SHA for f25b7f2
android/src/main/kotlin/com/linecorp/flutter_line_sdk/LineSdkWrapper.kt
@@ -70,7 +70,7 @@ class LineSdkWrapper {
70
.scopes(Scope.convertToScopeList(scopes))
71
.apply {
72
botPrompt(LineAuthenticationParams.BotPrompt.valueOf(botPromptString))
73
- idTokenNonce.let { nonce(it) }
+ idTokenNonce?.let { nonce(it) }
74
}
75
.build()
76
0 commit comments