Module: SignInService::Sts::Config
- Included in:
- SignInService::Sts
- Defined in:
- lib/sign_in_service/sts/config.rb
Constant Summary collapse
- DEFAULT_STS_BASE_URL =
'https://staging-api.va.gov/v0/sign_in'
Class Attribute Summary collapse
- .base_url ⇒ Object
-
.issuer ⇒ Object
Returns the value of attribute issuer.
-
.private_key_path ⇒ Object
Returns the value of attribute private_key_path.
-
.scopes ⇒ Object
Returns the value of attribute scopes.
-
.service_account_id ⇒ Object
Returns the value of attribute service_account_id.
-
.user_attributes ⇒ Object
Returns the value of attribute user_attributes.
Class Attribute Details
.base_url ⇒ Object
13 14 15 |
# File 'lib/sign_in_service/sts/config.rb', line 13 def base_url @base_url || DEFAULT_STS_BASE_URL end |
.issuer ⇒ Object
Returns the value of attribute issuer.
9 10 11 |
# File 'lib/sign_in_service/sts/config.rb', line 9 def issuer @issuer end |
.private_key_path ⇒ Object
Returns the value of attribute private_key_path.
9 10 11 |
# File 'lib/sign_in_service/sts/config.rb', line 9 def private_key_path @private_key_path end |
.scopes ⇒ Object
Returns the value of attribute scopes.
9 10 11 |
# File 'lib/sign_in_service/sts/config.rb', line 9 def scopes @scopes end |
.service_account_id ⇒ Object
Returns the value of attribute service_account_id.
9 10 11 |
# File 'lib/sign_in_service/sts/config.rb', line 9 def service_account_id @service_account_id end |
.user_attributes ⇒ Object
Returns the value of attribute user_attributes.
9 10 11 |
# File 'lib/sign_in_service/sts/config.rb', line 9 def user_attributes @user_attributes end |