oauth property

  1. @TagNumber(5)
IDPOAuthAccessInformation get oauth

OAuth/OIDC access (and id_token) returned by the identity provider.

Implementation

@$pb.TagNumber(5)
IDPOAuthAccessInformation get oauth => $_getN(4);
  1. @TagNumber(5)
set oauth (IDPOAuthAccessInformation v)

Implementation

@$pb.TagNumber(5)
set oauth(IDPOAuthAccessInformation v) { setField(5, v); }