Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 314 Bytes

File metadata and controls

19 lines (11 loc) · 314 Bytes

AuthorizationMethod

Determines the type of authentication that should be used.

Supported Types

models.KeyPairAuthentication

value: models.KeyPairAuthentication = /* values here */

models.UsernameAndPassword

value: models.UsernameAndPassword = /* values here */