Class: Aws::Types::NativeApplicationOidcOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_endpoint::String

Returns the value of attribute authorization_endpoint.

Returns:

  • (::String)


15252
15253
15254
# File 'sig/types.rbs', line 15252

def authorization_endpoint
  @authorization_endpoint
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


15255
15256
15257
# File 'sig/types.rbs', line 15255

def client_id
  @client_id
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


15251
15252
15253
# File 'sig/types.rbs', line 15251

def issuer
  @issuer
end

#public_signing_key_endpoint::String

Returns the value of attribute public_signing_key_endpoint.

Returns:

  • (::String)


15250
15251
15252
# File 'sig/types.rbs', line 15250

def public_signing_key_endpoint
  @public_signing_key_endpoint
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


15256
15257
15258
# File 'sig/types.rbs', line 15256

def scope
  @scope
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


15253
15254
15255
# File 'sig/types.rbs', line 15253

def token_endpoint
  @token_endpoint
end

#user_info_endpoint::String

Returns the value of attribute user_info_endpoint.

Returns:

  • (::String)


15254
15255
15256
# File 'sig/types.rbs', line 15254

def 
  @user_info_endpoint
end