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

#accessTokenForExternalAttachmentEmbeddedObject Also known as: access_token_for_external_attachment_embedded

Returns the value of attribute accessTokenForExternalAttachmentEmbedded.



526
527
528
# File 'lib/authlete/model/service.rb', line 526

def accessTokenForExternalAttachmentEmbedded
  @accessTokenForExternalAttachmentEmbedded
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

#authorityHintsObject Also known as: authority_hints

Returns the value of attribute authorityHints.



542
543
544
# File 'lib/authlete/model/service.rb', line 542

def authorityHints
  @authorityHints
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

#credentialDurationObject Also known as: credential_duration

Returns the value of attribute credentialDuration.



626
627
628
# File 'lib/authlete/model/service.rb', line 626

def credentialDuration
  @credentialDuration
end

#credentialJwksObject Also known as: credential_jwks

Returns the value of attribute credentialJwks.



630
631
632
# File 'lib/authlete/model/service.rb', line 630

def credentialJwks
  @credentialJwks
end

#dcrDuplicateSoftwareIdBlockedObject Also known as: dcr_duplicate_software_id_blocked

Returns the value of attribute dcrDuplicateSoftwareIdBlocked.



606
607
608
# File 'lib/authlete/model/service.rb', line 606

def dcrDuplicateSoftwareIdBlocked
  @dcrDuplicateSoftwareIdBlocked
end

#dcrScopeUsedAsRequestableObject Also known as: dcr_scope_used_as_requestable

Returns the value of attribute dcrScopeUsedAsRequestable.



482
483
484
# File 'lib/authlete/model/service.rb', line 482

def dcrScopeUsedAsRequestable
  @dcrScopeUsedAsRequestable
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

#federationConfigurationDurationObject Also known as: federation_configuration_duration

Returns the value of attribute federationConfigurationDuration.



602
603
604
# File 'lib/authlete/model/service.rb', line 602

def federationConfigurationDuration
  @federationConfigurationDuration
end

#federationEnabledObject Also known as: federation_enabled

Returns the value of attribute federationEnabled.



534
535
536
# File 'lib/authlete/model/service.rb', line 534

def federationEnabled
  @federationEnabled
end

#federationJwksObject Also known as: federation_jwks

Returns the value of attribute federationJwks.



546
547
548
# File 'lib/authlete/model/service.rb', line 546

def federationJwks
  @federationJwks
end

#federationRegistrationEndpointObject Also known as: federation_registration_endpoint

Returns the value of attribute federationRegistrationEndpoint.



554
555
556
# File 'lib/authlete/model/service.rb', line 554

def federationRegistrationEndpoint
  @federationRegistrationEndpoint
end

#federationSignatureKeyIdObject Also known as: federation_signature_key_id

Returns the value of attribute federationSignatureKeyId.



598
599
600
# File 'lib/authlete/model/service.rb', line 598

def federationSignatureKeyId
  @federationSignatureKeyId
end

#frontChannelRequestObjectEncryptionRequiredObject Also known as: front_channel_request_object_encryption_required

Returns the value of attribute frontChannelRequestObjectEncryptionRequired.



448
449
450
# File 'lib/authlete/model/service.rb', line 448

def frontChannelRequestObjectEncryptionRequired
  @frontChannelRequestObjectEncryptionRequired
end

#grantManagementActionRequiredObject Also known as: grant_management_action_required

Returns the value of attribute grantManagementActionRequired.



474
475
476
# File 'lib/authlete/model/service.rb', line 474

def grantManagementActionRequired
  @grantManagementActionRequired
end

#grantManagementEndpointObject Also known as: grant_management_endpoint

Returns the value of attribute grantManagementEndpoint.



470
471
472
# File 'lib/authlete/model/service.rb', line 470

def grantManagementEndpoint
  @grantManagementEndpoint
end

#hsksObject

Returns the value of attribute hsks.



460
461
462
# File 'lib/authlete/model/service.rb', line 460

def hsks
  @hsks
end

#hsmEnabledObject Also known as: hsm_enabled

Returns the value of attribute hsmEnabled.



462
463
464
# File 'lib/authlete/model/service.rb', line 462

def hsmEnabled
  @hsmEnabled
end

#idTokenAudTypeObject Also known as: id_token_aud_type

Returns the value of attribute idTokenAudType.



618
619
620
# File 'lib/authlete/model/service.rb', line 618

def idTokenAudType
  @idTokenAudType
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

#idTokenReissuableObject Also known as: id_token_reissuable

Returns the value of attribute idTokenReissuable.



634
635
636
# File 'lib/authlete/model/service.rb', line 634

def idTokenReissuable
  @idTokenReissuable
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

#jwtGrantByIdentifiableClientsOnlyObject Also known as: jwt_grant_by_identifiable_clients_only

Returns the value of attribute jwtGrantByIdentifiableClientsOnly.



586
587
588
# File 'lib/authlete/model/service.rb', line 586

def jwtGrantByIdentifiableClientsOnly
  @jwtGrantByIdentifiableClientsOnly
end

#jwtGrantEncryptedJwtRejectedObject Also known as: jwt_grant_encrypted_jwt_rejected

Returns the value of attribute jwtGrantEncryptedJwtRejected.



590
591
592
# File 'lib/authlete/model/service.rb', line 590

def jwtGrantEncryptedJwtRejected
  @jwtGrantEncryptedJwtRejected
end

#jwtGrantUnsignedJwtRejectedObject Also known as: jwt_grant_unsigned_jwt_rejected

Returns the value of attribute jwtGrantUnsignedJwtRejected.



594
595
596
# File 'lib/authlete/model/service.rb', line 594

def jwtGrantUnsignedJwtRejected
  @jwtGrantUnsignedJwtRejected
end

#loopbackRedirectionUriVariableObject Also known as: loopback_redirection_uri_variable

Returns the value of attribute loopbackRedirectionUriVariable.



490
491
492
# File 'lib/authlete/model/service.rb', line 490

def loopbackRedirectionUriVariable
  @loopbackRedirectionUriVariable
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

#openidDroppedOnRefreshWithoutOfflineAccessObject Also known as: openid_dropped_on_refresh_without_offline_access

Returns the value of attribute openidDroppedOnRefreshWithoutOfflineAccess.



610
611
612
# File 'lib/authlete/model/service.rb', line 610

def openidDroppedOnRefreshWithoutOfflineAccess
  @openidDroppedOnRefreshWithoutOfflineAccess
end

#organizationNameObject Also known as: organization_name

Returns the value of attribute organizationName.



538
539
540
# File 'lib/authlete/model/service.rb', line 538

def organizationName
  @organizationName
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

#predefinedTransformedClaimsObject Also known as: predefined_transformed_claims

Returns the value of attribute predefinedTransformedClaims.



486
487
488
# File 'lib/authlete/model/service.rb', line 486

def predefinedTransformedClaims
  @predefinedTransformedClaims
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

#refreshTokenDurationResetObject Also known as: refresh_token_duration_reset

Returns the value of attribute refreshTokenDurationReset.



466
467
468
# File 'lib/authlete/model/service.rb', line 466

def refreshTokenDurationReset
  @refreshTokenDurationReset
end

#refreshTokenIdempotentObject Also known as: refresh_token_idempotent

Returns the value of attribute refreshTokenIdempotent.



530
531
532
# File 'lib/authlete/model/service.rb', line 530

def refreshTokenIdempotent
  @refreshTokenIdempotent
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

#requestObjectAudienceCheckedObject Also known as: request_object_audience_checked

Returns the value of attribute requestObjectAudienceChecked.



522
523
524
# File 'lib/authlete/model/service.rb', line 522

def requestObjectAudienceChecked
  @requestObjectAudienceChecked
end

#requestObjectEncryptionAlgMatchRequiredObject Also known as: request_object_encryption_alg_match_required

Returns the value of attribute requestObjectEncryptionAlgMatchRequired.



452
453
454
# File 'lib/authlete/model/service.rb', line 452

def requestObjectEncryptionAlgMatchRequired
  @requestObjectEncryptionAlgMatchRequired
end

#requestObjectEncryptionEncMatchRequiredObject Also known as: request_object_encryption_enc_match_required

Returns the value of attribute requestObjectEncryptionEncMatchRequired.



456
457
458
# File 'lib/authlete/model/service.rb', line 456

def requestObjectEncryptionEncMatchRequired
  @requestObjectEncryptionEncMatchRequired
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

#signedJwksUriObject Also known as: signed_jwks_uri

Returns the value of attribute signedJwksUri.



550
551
552
# File 'lib/authlete/model/service.rb', line 550

def signedJwksUri
  @signedJwksUri
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

#supportedAttachmentsObject Also known as: supported_attachments

Returns the value of attribute supportedAttachments.



514
515
516
# File 'lib/authlete/model/service.rb', line 514

def supportedAttachments
  @supportedAttachments
end

#supportedAuthorizationDetailsTypesObject Also known as: supported_authorization_details_types

Returns the value of attribute supportedAuthorizationDetailsTypes.



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

def supportedAuthorizationDetailsTypes
  @supportedAuthorizationDetailsTypes
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

#supportedClientRegistrationTypesObject Also known as: supported_client_registration_types

Returns the value of attribute supportedClientRegistrationTypes.



558
559
560
# File 'lib/authlete/model/service.rb', line 558

def supportedClientRegistrationTypes
  @supportedClientRegistrationTypes
end

#supportedCustomClientMetadataObject Also known as: supported_custom_client_metadata

Returns the value of attribute supportedCustomClientMetadata.



440
441
442
# File 'lib/authlete/model/service.rb', line 440

def 
  @supportedCustomClientMetadata
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

#supportedDigestAlgorithmsObject Also known as: supported_digest_algorithms

Returns the value of attribute supportedDigestAlgorithms.



518
519
520
# File 'lib/authlete/model/service.rb', line 518

def supportedDigestAlgorithms
  @supportedDigestAlgorithms
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

#supportedDocumentsObject Also known as: supported_documents

Returns the value of attribute supportedDocuments.



494
495
496
# File 'lib/authlete/model/service.rb', line 494

def supportedDocuments
  @supportedDocuments
end

#supportedDocumentsCheckMethodsObject Also known as: supported_documents_check_methods

Returns the value of attribute supportedDocumentsCheckMethods.



614
615
616
# File 'lib/authlete/model/service.rb', line 614

def supportedDocumentsCheckMethods
  @supportedDocumentsCheckMethods
end

#supportedDocumentsMethodsObject Also known as: supported_documents_methods

Returns the value of attribute supportedDocumentsMethods.



498
499
500
# File 'lib/authlete/model/service.rb', line 498

def supportedDocumentsMethods
  @supportedDocumentsMethods
end

#supportedDocumentsValidationMethodsObject Also known as: supported_documents_validation_methods

Returns the value of attribute supportedDocumentsValidationMethods.



502
503
504
# File 'lib/authlete/model/service.rb', line 502

def supportedDocumentsValidationMethods
  @supportedDocumentsValidationMethods
end

#supportedDocumentsVerificationMethodsObject Also known as: supported_documents_verification_methods

Returns the value of attribute supportedDocumentsVerificationMethods.



506
507
508
# File 'lib/authlete/model/service.rb', line 506

def supportedDocumentsVerificationMethods
  @supportedDocumentsVerificationMethods
end

#supportedElectronicRecordsObject Also known as: supported_electronic_records

Returns the value of attribute supportedElectronicRecords.



510
511
512
# File 'lib/authlete/model/service.rb', line 510

def supportedElectronicRecords
  @supportedElectronicRecords
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

#tokenExchangeByConfidentialClientsOnlyObject Also known as: token_exchange_by_confidential_clients_only

Returns the value of attribute tokenExchangeByConfidentialClientsOnly.



570
571
572
# File 'lib/authlete/model/service.rb', line 570

def tokenExchangeByConfidentialClientsOnly
  @tokenExchangeByConfidentialClientsOnly
end

#tokenExchangeByIdentifiableClientsOnlyObject Also known as: token_exchange_by_identifiable_clients_only

Returns the value of attribute tokenExchangeByIdentifiableClientsOnly.



566
567
568
# File 'lib/authlete/model/service.rb', line 566

def tokenExchangeByIdentifiableClientsOnly
  @tokenExchangeByIdentifiableClientsOnly
end

#tokenExchangeByPermittedClientsOnlyObject Also known as: token_exchange_by_permitted_clients_only

Returns the value of attribute tokenExchangeByPermittedClientsOnly.



574
575
576
# File 'lib/authlete/model/service.rb', line 574

def tokenExchangeByPermittedClientsOnly
  @tokenExchangeByPermittedClientsOnly
end

#tokenExchangeEncryptedJwtRejectedObject Also known as: token_exchange_encrypted_jwt_rejected

Returns the value of attribute tokenExchangeEncryptedJwtRejected.



578
579
580
# File 'lib/authlete/model/service.rb', line 578

def tokenExchangeEncryptedJwtRejected
  @tokenExchangeEncryptedJwtRejected
end

#tokenExchangeUnsignedJwtRejectedObject Also known as: token_exchange_unsigned_jwt_rejected

Returns the value of attribute tokenExchangeUnsignedJwtRejected.



582
583
584
# File 'lib/authlete/model/service.rb', line 582

def tokenExchangeUnsignedJwtRejected
  @tokenExchangeUnsignedJwtRejected
end

#tokenExpirationLinkedObject Also known as: token_expiration_linked

Returns the value of attribute tokenExpirationLinked.



444
445
446
# File 'lib/authlete/model/service.rb', line 444

def tokenExpirationLinked
  @tokenExpirationLinked
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

#trustAnchorsObject Also known as: trust_anchors

Returns the value of attribute trustAnchors.



562
563
564
# File 'lib/authlete/model/service.rb', line 562

def trustAnchors
  @trustAnchors
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

#unauthorizedOnClientConfigSupportedObject Also known as: unauthorized_on_client_config_supported

Returns the value of attribute unauthorizedOnClientConfigSupported.



478
479
480
# File 'lib/authlete/model/service.rb', line 478

def unauthorizedOnClientConfigSupported
  @unauthorizedOnClientConfigSupported
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

#verifiedClaimsValidationSchemaSetObject Also known as: verified_claims_validation_schema_set

Returns the value of attribute verifiedClaimsValidationSchemaSet.



622
623
624
# File 'lib/authlete/model/service.rb', line 622

def verifiedClaimsValidationSchemaSet
  @verifiedClaimsValidationSchemaSet
end