oauth property

  1. @TagNumber.new(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.new(5)
set oauth (IDPOAuthAccessInformation value)

Implementation

@$pb.TagNumber(5)
set oauth(IDPOAuthAccessInformation value) => $_setField(5, value);