public class GraphQlClientAuthorizationHeader extends GraphQlClientHeader
username and password appended.
See the constructors for details.| Constructor and Description |
|---|
GraphQlClientAuthorizationHeader()
Don't use any config prefix, i.e.
|
GraphQlClientAuthorizationHeader(Class<?> api)
Use the
GraphQlClientApi.configKey() annotated on that api interface,
or the fully qualified name of the api itself – plus /mp-graphql/ |
GraphQlClientAuthorizationHeader(String configKey)
Use that config prefix plus
/mp-graphql/, if the prefix is not empty. |
public GraphQlClientAuthorizationHeader(Class<?> api)
GraphQlClientApi.configKey() annotated on that api interface,
or the fully qualified name of the api itself – plus /mp-graphql/public GraphQlClientAuthorizationHeader()
username/password.public GraphQlClientAuthorizationHeader(String configKey)
/mp-graphql/, if the prefix is not empty.Copyright © 2018–2020. All rights reserved.