AddOIDCSettingsRequest$json top-level constant
Implementation
@$core.Deprecated('Use addOIDCSettingsRequestDescriptor instead')
const AddOIDCSettingsRequest$json = {
'1': 'AddOIDCSettingsRequest',
'2': [
{
'1': 'access_token_lifetime',
'3': 1,
'4': 1,
'5': 11,
'6': '.google.protobuf.Duration',
'10': 'accessTokenLifetime'
},
{
'1': 'id_token_lifetime',
'3': 2,
'4': 1,
'5': 11,
'6': '.google.protobuf.Duration',
'10': 'idTokenLifetime'
},
{
'1': 'refresh_token_idle_expiration',
'3': 3,
'4': 1,
'5': 11,
'6': '.google.protobuf.Duration',
'10': 'refreshTokenIdleExpiration'
},
{
'1': 'refresh_token_expiration',
'3': 4,
'4': 1,
'5': 11,
'6': '.google.protobuf.Duration',
'10': 'refreshTokenExpiration'
},
],
};