Class: Aws::Types::CreateVerifiedAccessNativeApplicationOidcOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_secret])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_endpoint::String

Returns the value of attribute authorization_endpoint.

Returns:

  • (::String)


3742
3743
3744
# File 'sig/types.rbs', line 3742

def authorization_endpoint
  @authorization_endpoint
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


3745
3746
3747
# File 'sig/types.rbs', line 3745

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


3746
3747
3748
# File 'sig/types.rbs', line 3746

def client_secret
  @client_secret
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


3741
3742
3743
# File 'sig/types.rbs', line 3741

def issuer
  @issuer
end

#public_signing_key_endpoint::String

Returns the value of attribute public_signing_key_endpoint.

Returns:

  • (::String)


3740
3741
3742
# File 'sig/types.rbs', line 3740

def public_signing_key_endpoint
  @public_signing_key_endpoint
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


3747
3748
3749
# File 'sig/types.rbs', line 3747

def scope
  @scope
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


3743
3744
3745
# File 'sig/types.rbs', line 3743

def token_endpoint
  @token_endpoint
end

#user_info_endpoint::String

Returns the value of attribute user_info_endpoint.

Returns:

  • (::String)


3744
3745
3746
# File 'sig/types.rbs', line 3744

def 
  @user_info_endpoint
end