Package viam.app.v1

Interface Robot.ExternalAuthConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Robot.ExternalAuthConfig, Robot.ExternalAuthConfig.Builder
Enclosing class:
Robot

public static interface Robot.ExternalAuthConfigOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .viam.app.v1.JWKSFile jwks = 1 [json_name = "jwks"];
    boolean
    .viam.app.v1.JWKSFile jwks = 1 [json_name = "jwks"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasJwks

      boolean hasJwks()
      .viam.app.v1.JWKSFile jwks = 1 [json_name = "jwks"];
      Returns:
      Whether the jwks field is set.
    • getJwks

      Robot.JWKSFile getJwks()
      .viam.app.v1.JWKSFile jwks = 1 [json_name = "jwks"];
      Returns:
      The jwks.