flow property

String get flow

Set the OpenID Connect flow. @default standard

Implementation

external String /*'standard'|'implicit'|'hybrid'*/ get flow;
set flow (String v)

Implementation

external set flow(String /*'standard'|'implicit'|'hybrid'*/ v);