idToken property

String idToken

Set an initial value for the id token (only together with token or refreshToken).

Implementation

external String get idToken;
void idToken=(String v)

Implementation

external set idToken(String v);