Skip to content

Commit

Permalink
Update API Client
Browse files Browse the repository at this point in the history
  • Loading branch information
authentik-automation[bot] committed Sep 30, 2024
1 parent 5f9271c commit dd71591
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47406,13 +47406,13 @@ components:
discriminator:
mapping:
xak-flow-redirect: '#/components/schemas/RedirectChallenge'
ak-source-plex: '#/components/schemas/PlexAuthenticationChallenge'
ak-source-oauth-apple: '#/components/schemas/AppleLoginChallenge'
ak-source-plex: '#/components/schemas/PlexAuthenticationChallenge'
propertyName: component
oneOf:
- $ref: '#/components/schemas/RedirectChallenge'
- $ref: '#/components/schemas/PlexAuthenticationChallenge'
- $ref: '#/components/schemas/AppleLoginChallenge'
- $ref: '#/components/schemas/PlexAuthenticationChallenge'
LoginMetrics:
description: Login Metrics per 1h
example:
Expand Down
46 changes: 23 additions & 23 deletions docs/LoginChallengeTypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**FlowInfo** | Pointer to [**ContextualFlowInfo**](ContextualFlowInfo.md) | | [optional]
**Component** | Pointer to **string** | | [optional] [default to "ak-source-oauth-apple"]
**Component** | Pointer to **string** | | [optional] [default to "ak-source-plex"]
**ResponseErrors** | Pointer to [**map[string][]ErrorDetail**](array.md) | | [optional]
**To** | **string** | |
**ClientId** | **string** | |
**Slug** | **string** | |
**Scope** | **string** | |
**RedirectUri** | **string** | |
**State** | **string** | |
**Slug** | **string** | |

## Methods

### NewLoginChallengeTypes

`func NewLoginChallengeTypes(to string, clientId string, slug string, scope string, redirectUri string, state string, ) *LoginChallengeTypes`
`func NewLoginChallengeTypes(to string, clientId string, scope string, redirectUri string, state string, slug string, ) *LoginChallengeTypes`

NewLoginChallengeTypes instantiates a new LoginChallengeTypes object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -148,26 +148,6 @@ and a boolean to check if the value has been set.
SetClientId sets ClientId field to given value.


### GetSlug

`func (o *LoginChallengeTypes) GetSlug() string`

GetSlug returns the Slug field if non-nil, zero value otherwise.

### GetSlugOk

`func (o *LoginChallengeTypes) GetSlugOk() (*string, bool)`

GetSlugOk returns a tuple with the Slug field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetSlug

`func (o *LoginChallengeTypes) SetSlug(v string)`

SetSlug sets Slug field to given value.


### GetScope

`func (o *LoginChallengeTypes) GetScope() string`
Expand Down Expand Up @@ -228,6 +208,26 @@ and a boolean to check if the value has been set.
SetState sets State field to given value.


### GetSlug

`func (o *LoginChallengeTypes) GetSlug() string`

GetSlug returns the Slug field if non-nil, zero value otherwise.

### GetSlugOk

`func (o *LoginChallengeTypes) GetSlugOk() (*string, bool)`

GetSlugOk returns a tuple with the Slug field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetSlug

`func (o *LoginChallengeTypes) SetSlug(v string)`

SetSlug sets Slug field to given value.



[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41620,14 +41620,14 @@ components:
LoginChallengeTypes:
oneOf:
- $ref: '#/components/schemas/RedirectChallenge'
- $ref: '#/components/schemas/PlexAuthenticationChallenge'
- $ref: '#/components/schemas/AppleLoginChallenge'
- $ref: '#/components/schemas/PlexAuthenticationChallenge'
discriminator:
propertyName: component
mapping:
xak-flow-redirect: '#/components/schemas/RedirectChallenge'
ak-source-plex: '#/components/schemas/PlexAuthenticationChallenge'
ak-source-oauth-apple: '#/components/schemas/AppleLoginChallenge'
ak-source-plex: '#/components/schemas/PlexAuthenticationChallenge'
LoginMetrics:
type: object
description: Login Metrics per 1h
Expand Down

0 comments on commit dd71591

Please sign in to comment.