mirror of
https://github.com/LukeHagar/plexterraform.git
synced 2025-12-07 12:37:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.215.1
This commit is contained in:
14
internal/sdk/models/shared/security.go
Normal file
14
internal/sdk/models/shared/security.go
Normal file
@@ -0,0 +1,14 @@
|
||||
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
||||
|
||||
package shared
|
||||
|
||||
type Security struct {
|
||||
AccessToken string `security:"scheme,type=apiKey,subtype=header,name=X-Plex-Token"`
|
||||
}
|
||||
|
||||
func (o *Security) GetAccessToken() string {
|
||||
if o == nil {
|
||||
return ""
|
||||
}
|
||||
return o.AccessToken
|
||||
}
|
||||
Reference in New Issue
Block a user