{{#if this.showRedirectUri}}
{{this.api.redirectUri}}
{{/if}}
{{combo-box
value=this.api.authType
content=this.authorizationTypes
onChange=(action (mut this.api.authType))
options=(hash none="admin.wizard.api.auth.type_none")
}}
{{#if this.isOauth}}
{{#if this.threeLeggedOauth}}
{{/if}}
{{/if}}
{{#if this.isBasicAuth}}
{{/if}}
{{#if this.api.authorized}}
{{i18n "admin.wizard.api.status.authorized"}}
{{else}}
{{i18n "admin.wizard.api.status.not_authorized"}}
{{/if}}
{{#if this.threeLeggedOauth}}
{{this.api.code}}
{{/if}}
{{this.api.accessToken}}
{{#if this.threeLeggedOauth}}
{{this.api.refreshToken}}
{{/if}}
{{this.api.tokenExpiresAt}}
{{this.api.tokenRefreshAt}}