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)


14913
14914
14915
# File 'sig/types.rbs', line 14913

def authorization_endpoint
  @authorization_endpoint
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


14916
14917
14918
# File 'sig/types.rbs', line 14916

def client_id
  @client_id
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


14912
14913
14914
# File 'sig/types.rbs', line 14912

def issuer
  @issuer
end

#public_signing_key_endpoint::String

Returns the value of attribute public_signing_key_endpoint.

Returns:

  • (::String)


14911
14912
14913
# File 'sig/types.rbs', line 14911

def public_signing_key_endpoint
  @public_signing_key_endpoint
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


14917
14918
14919
# File 'sig/types.rbs', line 14917

def scope
  @scope
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


14914
14915
14916
# File 'sig/types.rbs', line 14914

def token_endpoint
  @token_endpoint
end

#user_info_endpoint::String

Returns the value of attribute user_info_endpoint.

Returns:

  • (::String)


14915
14916
14917
# File 'sig/types.rbs', line 14915

def 
  @user_info_endpoint
end