Class: Authlete::Model::Service

Inherits:
Base
  • Object
show all
Includes:
Hashable, Utility
Defined in:
lib/authlete/model/service.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Utility

#extract_access_token, #get_parsed_array, #to_rack_response_json, #to_rack_response_www_authenticate

Methods included from Hashable

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#accessTokenDurationObject Also known as: access_token_duration

Returns the value of attribute accessTokenDuration.



280
281
282
# File 'lib/authlete/model/service.rb', line 280

def accessTokenDuration
  @accessTokenDuration
end

#accessTokenSignAlgObject Also known as: access_token_sign_alg

Returns the value of attribute accessTokenSignAlg.



276
277
278
# File 'lib/authlete/model/service.rb', line 276

def accessTokenSignAlg
  @accessTokenSignAlg
end

#accessTokenSignatureKeyIdObject Also known as: access_token_signature_key_id

Returns the value of attribute accessTokenSignatureKeyId.



302
303
304
# File 'lib/authlete/model/service.rb', line 302

def accessTokenSignatureKeyId
  @accessTokenSignatureKeyId
end

#accessTokenTypeObject Also known as: access_token_type

Returns the value of attribute accessTokenType.



272
273
274
# File 'lib/authlete/model/service.rb', line 272

def accessTokenType
  @accessTokenType
end

#allowableClockSkewObject Also known as: allowable_clock_skew

Returns the value of attribute allowableClockSkew.



342
343
344
# File 'lib/authlete/model/service.rb', line 342

def allowableClockSkew
  @allowableClockSkew
end

#apiKeyObject Also known as: api_key

Returns the value of attribute apiKey.



34
35
36
# File 'lib/authlete/model/service.rb', line 34

def apiKey
  @apiKey
end

#apiSecretObject Also known as: api_secret

Returns the value of attribute apiSecret.



38
39
40
# File 'lib/authlete/model/service.rb', line 38

def apiSecret
  @apiSecret
end

#attributesObject

Returns the value of attribute attributes.



438
439
440
# File 'lib/authlete/model/service.rb', line 438

def attributes
  @attributes
end

#authenticationCallbackApiKeyObject Also known as: authentication_callback_api_key

Returns the value of attribute authenticationCallbackApiKey.



134
135
136
# File 'lib/authlete/model/service.rb', line 134

def authenticationCallbackApiKey
  @authenticationCallbackApiKey
end

#authenticationCallbackApiSecretObject Also known as: authentication_callback_api_secret

Returns the value of attribute authenticationCallbackApiSecret.



138
139
140
# File 'lib/authlete/model/service.rb', line 138

def authenticationCallbackApiSecret
  @authenticationCallbackApiSecret
end

#authenticationCallbackEndpointObject Also known as: authentication_callback_endpoint

Returns the value of attribute authenticationCallbackEndpoint.



130
131
132
# File 'lib/authlete/model/service.rb', line 130

def authenticationCallbackEndpoint
  @authenticationCallbackEndpoint
end

#authorizationEndpointObject Also known as: authorization_endpoint

Returns the value of attribute authorizationEndpoint.



44
45
46
# File 'lib/authlete/model/service.rb', line 44

def authorizationEndpoint
  @authorizationEndpoint
end

#authorizationResponseDurationObject Also known as: authorization_response_duration

Returns the value of attribute authorizationResponseDuration.



292
293
294
# File 'lib/authlete/model/service.rb', line 292

def authorizationResponseDuration
  @authorizationResponseDuration
end

#authorizationSignatureKeyIdObject Also known as: authorization_signature_key_id

Returns the value of attribute authorizationSignatureKeyId.



306
307
308
# File 'lib/authlete/model/service.rb', line 306

def authorizationSignatureKeyId
  @authorizationSignatureKeyId
end

#backchannelAuthenticationEndpointObject Also known as: backchannel_authentication_endpoint

Returns the value of attribute backchannelAuthenticationEndpoint.



322
323
324
# File 'lib/authlete/model/service.rb', line 322

def backchannelAuthenticationEndpoint
  @backchannelAuthenticationEndpoint
end

#backchannelAuthReqIdDurationObject Also known as: backchannel_auth_req_id_duration

Returns the value of attribute backchannelAuthReqIdDuration.



330
331
332
# File 'lib/authlete/model/service.rb', line 330

def backchannelAuthReqIdDuration
  @backchannelAuthReqIdDuration
end

#backchannelBindingMessageRequiredInFapiObject Also known as: backchannel_binding_message_required_in_fapi

Returns the value of attribute backchannelBindingMessageRequiredInFapi.



338
339
340
# File 'lib/authlete/model/service.rb', line 338

def backchannelBindingMessageRequiredInFapi
  @backchannelBindingMessageRequiredInFapi
end

#backchannelPollingIntervalObject Also known as: backchannel_polling_interval

Returns the value of attribute backchannelPollingInterval.



334
335
336
# File 'lib/authlete/model/service.rb', line 334

def backchannelPollingInterval
  @backchannelPollingInterval
end

#backchannelUserCodeParameterSupportedObject Also known as: backchannel_user_code_parameter_supported

Returns the value of attribute backchannelUserCodeParameterSupported.



326
327
328
# File 'lib/authlete/model/service.rb', line 326

def backchannelUserCodeParameterSupported
  @backchannelUserCodeParameterSupported
end

#claimShortcutRestrictiveObject Also known as: claim_shortcut_restrictive

Returns the value of attribute claimShortcutRestrictive.



422
423
424
# File 'lib/authlete/model/service.rb', line 422

def claimShortcutRestrictive
  @claimShortcutRestrictive
end

#clientIdAliasEnabledObject Also known as: client_id_alias_enabled

Returns the value of attribute clientIdAliasEnabled.



234
235
236
# File 'lib/authlete/model/service.rb', line 234

def clientIdAliasEnabled
  @clientIdAliasEnabled
end

#clientsPerDeveloperObject Also known as: clients_per_developer

Returns the value of attribute clientsPerDeveloper.



178
179
180
# File 'lib/authlete/model/service.rb', line 178

def clientsPerDeveloper
  @clientsPerDeveloper
end

#createdAtObject Also known as: created_at

Returns the value of attribute createdAt.



150
151
152
# File 'lib/authlete/model/service.rb', line 150

def createdAt
  @createdAt
end

#descriptionObject

Returns the value of attribute description.



270
271
272
# File 'lib/authlete/model/service.rb', line 270

def description
  @description
end

#developerAuthenticationCallbackApiKeyObject Also known as: developer_authentication_callback_api_key

Returns the value of attribute developerAuthenticationCallbackApiKey.



162
163
164
# File 'lib/authlete/model/service.rb', line 162

def developerAuthenticationCallbackApiKey
  @developerAuthenticationCallbackApiKey
end

#developerAuthenticationCallbackApiSecretObject Also known as: developer_authentication_callback_api_secret

Returns the value of attribute developerAuthenticationCallbackApiSecret.



166
167
168
# File 'lib/authlete/model/service.rb', line 166

def developerAuthenticationCallbackApiSecret
  @developerAuthenticationCallbackApiSecret
end

#developerAuthenticationCallbackEndpointObject Also known as: developer_authentication_callback_endpoint

Returns the value of attribute developerAuthenticationCallbackEndpoint.



158
159
160
# File 'lib/authlete/model/service.rb', line 158

def developerAuthenticationCallbackEndpoint
  @developerAuthenticationCallbackEndpoint
end

#developerSnsCredentialsObject Also known as: developer_sns_credentials

Returns the value of attribute developerSnsCredentials.



174
175
176
# File 'lib/authlete/model/service.rb', line 174

def developerSnsCredentials
  @developerSnsCredentials
end

#deviceAuthorizationEndpointObject Also known as: device_authorization_endpoint

Returns the value of attribute deviceAuthorizationEndpoint.



346
347
348
# File 'lib/authlete/model/service.rb', line 346

def deviceAuthorizationEndpoint
  @deviceAuthorizationEndpoint
end

#deviceFlowCodeDurationObject Also known as: device_flow_code_duration

Returns the value of attribute deviceFlowCodeDuration.



358
359
360
# File 'lib/authlete/model/service.rb', line 358

def deviceFlowCodeDuration
  @deviceFlowCodeDuration
end

#deviceFlowPollingIntervalObject Also known as: device_flow_polling_interval

Returns the value of attribute deviceFlowPollingInterval.



362
363
364
# File 'lib/authlete/model/service.rb', line 362

def deviceFlowPollingInterval
  @deviceFlowPollingInterval
end

#deviceVerificationUriObject Also known as: device_verification_uri

Returns the value of attribute deviceVerificationUri.



350
351
352
# File 'lib/authlete/model/service.rb', line 350

def deviceVerificationUri
  @deviceVerificationUri
end

#deviceVerificationUriCompleteObject Also known as: device_verification_uri_complete

Returns the value of attribute deviceVerificationUriComplete.



354
355
356
# File 'lib/authlete/model/service.rb', line 354

def deviceVerificationUriComplete
  @deviceVerificationUriComplete
end

#directAuthorizationEndpointEnabledObject Also known as: direct_authorization_endpoint_enabled

Returns the value of attribute directAuthorizationEndpointEnabled.



182
183
184
# File 'lib/authlete/model/service.rb', line 182

def directAuthorizationEndpointEnabled
  @directAuthorizationEndpointEnabled
end

#directIntrospectionEndpointEnabledObject Also known as: direct_introspection_endpoint_enabled

Returns the value of attribute directIntrospectionEndpointEnabled.



202
203
204
# File 'lib/authlete/model/service.rb', line 202

def directIntrospectionEndpointEnabled
  @directIntrospectionEndpointEnabled
end

#directJwksEndpointEnabledObject Also known as: direct_jwks_endpoint_enabled

Returns the value of attribute directJwksEndpointEnabled.



198
199
200
# File 'lib/authlete/model/service.rb', line 198

def directJwksEndpointEnabled
  @directJwksEndpointEnabled
end

#directRevocationEndpointEnabledObject Also known as: direct_revocation_endpoint_enabled

Returns the value of attribute directRevocationEndpointEnabled.



190
191
192
# File 'lib/authlete/model/service.rb', line 190

def directRevocationEndpointEnabled
  @directRevocationEndpointEnabled
end

#directTokenEndpointEnabledObject Also known as: direct_token_endpoint_enabled

Returns the value of attribute directTokenEndpointEnabled.



186
187
188
# File 'lib/authlete/model/service.rb', line 186

def directTokenEndpointEnabled
  @directTokenEndpointEnabled
end

#directUserInfoEndpointEnabledObject Also known as: direct_user_info_endpoint_enabled

Returns the value of attribute directUserInfoEndpointEnabled.



194
195
196
# File 'lib/authlete/model/service.rb', line 194

def directUserInfoEndpointEnabled
  @directUserInfoEndpointEnabled
end

#dynamicRegistrationSupportedObject Also known as: dynamic_registration_supported

Returns the value of attribute dynamicRegistrationSupported.



262
263
264
# File 'lib/authlete/model/service.rb', line 262

def dynamicRegistrationSupported
  @dynamicRegistrationSupported
end

#endSessionEndpointObject Also known as: end_session_endpoint

Returns the value of attribute endSessionEndpoint.



266
267
268
# File 'lib/authlete/model/service.rb', line 266

def endSessionEndpoint
  @endSessionEndpoint
end

#errorDescriptionOmittedObject Also known as: error_description_omitted

Returns the value of attribute errorDescriptionOmitted.



226
227
228
# File 'lib/authlete/model/service.rb', line 226

def errorDescriptionOmitted
  @errorDescriptionOmitted
end

#errorUriOmittedObject Also known as: error_uri_omitted

Returns the value of attribute errorUriOmitted.



230
231
232
# File 'lib/authlete/model/service.rb', line 230

def errorUriOmitted
  @errorUriOmitted
end

#idTokenDurationObject Also known as: id_token_duration

Returns the value of attribute idTokenDuration.



288
289
290
# File 'lib/authlete/model/service.rb', line 288

def idTokenDuration
  @idTokenDuration
end

#idTokenSignatureKeyIdObject Also known as: id_token_signature_key_id

Returns the value of attribute idTokenSignatureKeyId.



310
311
312
# File 'lib/authlete/model/service.rb', line 310

def idTokenSignatureKeyId
  @idTokenSignatureKeyId
end

#introspectionEndpointObject Also known as: introspection_endpoint

Returns the value of attribute introspectionEndpoint.



246
247
248
# File 'lib/authlete/model/service.rb', line 246

def introspectionEndpoint
  @introspectionEndpoint
end

#issSuppressedObject Also known as: iss_suppressed

Returns the value of attribute issSuppressed.



434
435
436
# File 'lib/authlete/model/service.rb', line 434

def issSuppressed
  @issSuppressed
end

#issuerObject

Returns the value of attribute issuer.



42
43
44
# File 'lib/authlete/model/service.rb', line 42

def issuer
  @issuer
end

#jwksObject

Returns the value of attribute jwks.



68
69
70
# File 'lib/authlete/model/service.rb', line 68

def jwks
  @jwks
end

#jwksUriObject Also known as: jwks_uri

Returns the value of attribute jwksUri.



64
65
66
# File 'lib/authlete/model/service.rb', line 64

def jwksUri
  @jwksUri
end

#metadataObject

Returns the value of attribute metadata.



300
301
302
# File 'lib/authlete/model/service.rb', line 300

def 
  @metadata
end

#missingClientIdAllowedObject Also known as: missing_client_id_allowed

Returns the value of attribute missingClientIdAllowed.



406
407
408
# File 'lib/authlete/model/service.rb', line 406

def missingClientIdAllowed
  @missingClientIdAllowed
end

#modifiedAtObject Also known as: modified_at

Returns the value of attribute modifiedAt.



154
155
156
# File 'lib/authlete/model/service.rb', line 154

def modifiedAt
  @modifiedAt
end

#mtlsEndpointAliasesObject Also known as: mtls_endpoint_aliases

Returns the value of attribute mtlsEndpointAliases.



378
379
380
# File 'lib/authlete/model/service.rb', line 378

def mtlsEndpointAliases
  @mtlsEndpointAliases
end

#mutualTlsValidatePkiCertChainObject Also known as: mutual_tls_validate_pki_cert_chain

Returns the value of attribute mutualTlsValidatePkiCertChain.



254
255
256
# File 'lib/authlete/model/service.rb', line 254

def mutualTlsValidatePkiCertChain
  @mutualTlsValidatePkiCertChain
end

#nbfOptionalObject Also known as: nbf_optional

Returns the value of attribute nbfOptional.



430
431
432
# File 'lib/authlete/model/service.rb', line 430

def nbfOptional
  @nbfOptional
end

#numberObject

Returns the value of attribute number.



24
25
26
# File 'lib/authlete/model/service.rb', line 24

def number
  @number
end

#parRequiredObject Also known as: par_required

Returns the value of attribute parRequired.



410
411
412
# File 'lib/authlete/model/service.rb', line 410

def parRequired
  @parRequired
end

#pkceRequiredObject Also known as: pkce_required

Returns the value of attribute pkceRequired.



210
211
212
# File 'lib/authlete/model/service.rb', line 210

def pkceRequired
  @pkceRequired
end

#pkceS256RequiredObject Also known as: pkce_s256_required

Returns the value of attribute pkceS256Required.



214
215
216
# File 'lib/authlete/model/service.rb', line 214

def pkceS256Required
  @pkceS256Required
end

#policyUriObject Also known as: policy_uri

Returns the value of attribute policyUri.



122
123
124
# File 'lib/authlete/model/service.rb', line 122

def policyUri
  @policyUri
end

#pushedAuthReqDurationObject Also known as: pushed_auth_req_duration

Returns the value of attribute pushedAuthReqDuration.



296
297
298
# File 'lib/authlete/model/service.rb', line 296

def pushedAuthReqDuration
  @pushedAuthReqDuration
end

#pushedAuthReqEndpointObject Also known as: pushed_auth_req_endpoint

Returns the value of attribute pushedAuthReqEndpoint.



374
375
376
# File 'lib/authlete/model/service.rb', line 374

def pushedAuthReqEndpoint
  @pushedAuthReqEndpoint
end

#refreshTokenDurationObject Also known as: refresh_token_duration

Returns the value of attribute refreshTokenDuration.



284
285
286
# File 'lib/authlete/model/service.rb', line 284

def refreshTokenDuration
  @refreshTokenDuration
end

#refreshTokenDurationKeptObject Also known as: refresh_token_duration_kept

Returns the value of attribute refreshTokenDurationKept.



222
223
224
# File 'lib/authlete/model/service.rb', line 222

def refreshTokenDurationKept
  @refreshTokenDurationKept
end

#refreshTokenKeptObject Also known as: refresh_token_kept

Returns the value of attribute refreshTokenKept.



218
219
220
# File 'lib/authlete/model/service.rb', line 218

def refreshTokenKept
  @refreshTokenKept
end

#registrationEndpointObject Also known as: registration_endpoint

Returns the value of attribute registrationEndpoint.



70
71
72
# File 'lib/authlete/model/service.rb', line 70

def registrationEndpoint
  @registrationEndpoint
end

#registrationManagementEndpointObject Also known as: registration_management_endpoint

Returns the value of attribute registrationManagementEndpoint.



74
75
76
# File 'lib/authlete/model/service.rb', line 74

def registrationManagementEndpoint
  @registrationManagementEndpoint
end

#requestObjectRequiredObject Also known as: request_object_required

Returns the value of attribute requestObjectRequired.



414
415
416
# File 'lib/authlete/model/service.rb', line 414

def requestObjectRequired
  @requestObjectRequired
end

#revocationEndpointObject Also known as: revocation_endpoint

Returns the value of attribute revocationEndpoint.



52
53
54
# File 'lib/authlete/model/service.rb', line 52

def revocationEndpoint
  @revocationEndpoint
end

#scopeRequiredObject Also known as: scope_required

Returns the value of attribute scopeRequired.



426
427
428
# File 'lib/authlete/model/service.rb', line 426

def scopeRequired
  @scopeRequired
end

#serviceDocumentationObject Also known as: service_documentation

Returns the value of attribute serviceDocumentation.



110
111
112
# File 'lib/authlete/model/service.rb', line 110

def serviceDocumentation
  @serviceDocumentation
end

#serviceNameObject Also known as: service_name

Returns the value of attribute serviceName.



30
31
32
# File 'lib/authlete/model/service.rb', line 30

def serviceName
  @serviceName
end

#serviceOwnerNumberObject Also known as: service_owner_number

Returns the value of attribute serviceOwnerNumber.



26
27
28
# File 'lib/authlete/model/service.rb', line 26

def serviceOwnerNumber
  @serviceOwnerNumber
end

#singleAccessTokenPerSubjectObject Also known as: single_access_token_per_subject

Returns the value of attribute singleAccessTokenPerSubject.



206
207
208
# File 'lib/authlete/model/service.rb', line 206

def singleAccessTokenPerSubject
  @singleAccessTokenPerSubject
end

#snsCredentialsObject Also known as: sns_credentials

Returns the value of attribute snsCredentials.



146
147
148
# File 'lib/authlete/model/service.rb', line 146

def snsCredentials
  @snsCredentials
end

#supportedAcrsObject Also known as: supported_acrs

Returns the value of attribute supportedAcrs.



90
91
92
# File 'lib/authlete/model/service.rb', line 90

def supportedAcrs
  @supportedAcrs
end

#supportedAuthorizationDataTypesObject Also known as: supported_authorization_data_types

Returns the value of attribute supportedAuthorizationDataTypes.



382
383
384
# File 'lib/authlete/model/service.rb', line 382

def supportedAuthorizationDataTypes
  @supportedAuthorizationDataTypes
end

#supportedBackchannelTokenDeliveryModesObject Also known as: supported_backchannel_token_delivery_modes

Returns the value of attribute supportedBackchannelTokenDeliveryModes.



318
319
320
# File 'lib/authlete/model/service.rb', line 318

def supportedBackchannelTokenDeliveryModes
  @supportedBackchannelTokenDeliveryModes
end

#supportedClaimLocalesObject Also known as: supported_claim_locales

Returns the value of attribute supportedClaimLocales.



114
115
116
# File 'lib/authlete/model/service.rb', line 114

def supportedClaimLocales
  @supportedClaimLocales
end

#supportedClaimsObject Also known as: supported_claims

Returns the value of attribute supportedClaims.



106
107
108
# File 'lib/authlete/model/service.rb', line 106

def supportedClaims
  @supportedClaims
end

#supportedClaimTypesObject Also known as: supported_claim_types

Returns the value of attribute supportedClaimTypes.



102
103
104
# File 'lib/authlete/model/service.rb', line 102

def supportedClaimTypes
  @supportedClaimTypes
end

#supportedDeveloperSnsesObject Also known as: supported_developer_snses

Returns the value of attribute supportedDeveloperSnses.



170
171
172
# File 'lib/authlete/model/service.rb', line 170

def supportedDeveloperSnses
  @supportedDeveloperSnses
end

#supportedDisplaysObject Also known as: supported_displays

Returns the value of attribute supportedDisplays.



98
99
100
# File 'lib/authlete/model/service.rb', line 98

def supportedDisplays
  @supportedDisplays
end

#supportedEvidenceObject Also known as: supported_evidence

Returns the value of attribute supportedEvidence.



390
391
392
# File 'lib/authlete/model/service.rb', line 390

def supportedEvidence
  @supportedEvidence
end

#supportedGrantTypesObject Also known as: supported_grant_types

Returns the value of attribute supportedGrantTypes.



86
87
88
# File 'lib/authlete/model/service.rb', line 86

def supportedGrantTypes
  @supportedGrantTypes
end

#supportedIdentityDocumentsObject Also known as: supported_identity_documents

Returns the value of attribute supportedIdentityDocuments.



394
395
396
# File 'lib/authlete/model/service.rb', line 394

def supportedIdentityDocuments
  @supportedIdentityDocuments
end

#supportedIntrospectionAuthMethodsObject Also known as: supported_introspection_auth_methods

Returns the value of attribute supportedIntrospectionAuthMethods.



250
251
252
# File 'lib/authlete/model/service.rb', line 250

def supportedIntrospectionAuthMethods
  @supportedIntrospectionAuthMethods
end

#supportedResponseTypesObject Also known as: supported_response_types

Returns the value of attribute supportedResponseTypes.



82
83
84
# File 'lib/authlete/model/service.rb', line 82

def supportedResponseTypes
  @supportedResponseTypes
end

#supportedRevocationAuthMethodsObject Also known as: supported_revocation_auth_methods

Returns the value of attribute supportedRevocationAuthMethods.



56
57
58
# File 'lib/authlete/model/service.rb', line 56

def supportedRevocationAuthMethods
  @supportedRevocationAuthMethods
end

#supportedScopesObject Also known as: supported_scopes

Returns the value of attribute supportedScopes.



78
79
80
# File 'lib/authlete/model/service.rb', line 78

def supportedScopes
  @supportedScopes
end

#supportedServiceProfilesObject Also known as: supported_service_profiles

Returns the value of attribute supportedServiceProfiles.



238
239
240
# File 'lib/authlete/model/service.rb', line 238

def supportedServiceProfiles
  @supportedServiceProfiles
end

#supportedSnsesObject Also known as: supported_snses

Returns the value of attribute supportedSnses.



142
143
144
# File 'lib/authlete/model/service.rb', line 142

def supportedSnses
  @supportedSnses
end

#supportedTokenAuthMethodsObject Also known as: supported_token_auth_methods

Returns the value of attribute supportedTokenAuthMethods.



94
95
96
# File 'lib/authlete/model/service.rb', line 94

def supportedTokenAuthMethods
  @supportedTokenAuthMethods
end

#supportedTrustFrameworksObject Also known as: supported_trust_frameworks

Returns the value of attribute supportedTrustFrameworks.



386
387
388
# File 'lib/authlete/model/service.rb', line 386

def supportedTrustFrameworks
  @supportedTrustFrameworks
end

#supportedUiLocalesObject Also known as: supported_ui_locales

Returns the value of attribute supportedUiLocales.



118
119
120
# File 'lib/authlete/model/service.rb', line 118

def supportedUiLocales
  @supportedUiLocales
end

#supportedVerificationMethodsObject Also known as: supported_verification_methods

Returns the value of attribute supportedVerificationMethods.



398
399
400
# File 'lib/authlete/model/service.rb', line 398

def supportedVerificationMethods
  @supportedVerificationMethods
end

#supportedVerifiedClaimsObject Also known as: supported_verified_claims

Returns the value of attribute supportedVerifiedClaims.



402
403
404
# File 'lib/authlete/model/service.rb', line 402

def supportedVerifiedClaims
  @supportedVerifiedClaims
end

#tlsClientCertificateBoundAccessTokensObject Also known as: tls_client_certificate_bound_access_tokens

Returns the value of attribute tlsClientCertificateBoundAccessTokens.



242
243
244
# File 'lib/authlete/model/service.rb', line 242

def tlsClientCertificateBoundAccessTokens
  @tlsClientCertificateBoundAccessTokens
end

#tokenEndpointObject Also known as: token_endpoint

Returns the value of attribute tokenEndpoint.



48
49
50
# File 'lib/authlete/model/service.rb', line 48

def tokenEndpoint
  @tokenEndpoint
end

#tosUriObject Also known as: tos_uri

Returns the value of attribute tosUri.



126
127
128
# File 'lib/authlete/model/service.rb', line 126

def tosUri
  @tosUri
end

#traditionalRequestObjectProcessingAppliedObject Also known as: traditional_request_object_processing_applied

Returns the value of attribute traditionalRequestObjectProcessingApplied.



418
419
420
# File 'lib/authlete/model/service.rb', line 418

def traditionalRequestObjectProcessingApplied
  @traditionalRequestObjectProcessingApplied
end

#trustedRootCertificatesObject Also known as: trusted_root_certificates

Returns the value of attribute trustedRootCertificates.



258
259
260
# File 'lib/authlete/model/service.rb', line 258

def trustedRootCertificates
  @trustedRootCertificates
end

#userCodeCharsetObject Also known as: user_code_charset

Returns the value of attribute userCodeCharset.



366
367
368
# File 'lib/authlete/model/service.rb', line 366

def userCodeCharset
  @userCodeCharset
end

#userCodeLengthObject Also known as: user_code_length

Returns the value of attribute userCodeLength.



370
371
372
# File 'lib/authlete/model/service.rb', line 370

def userCodeLength
  @userCodeLength
end

#userInfoEndpointObject Also known as: user_info_endpoint

Returns the value of attribute userInfoEndpoint.



60
61
62
# File 'lib/authlete/model/service.rb', line 60

def userInfoEndpoint
  @userInfoEndpoint
end

#userInfoSignatureKeyIdObject Also known as: user_info_signature_key_id

Returns the value of attribute userInfoSignatureKeyId.



314
315
316
# File 'lib/authlete/model/service.rb', line 314

def userInfoSignatureKeyId
  @userInfoSignatureKeyId
end